home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / DefineSprite_343 / frame_8 / DoAction_2.as next >
Text File  |  2013-04-24  |  327b  |  25 lines

  1. this.isCheck = 0;
  2. i = 0;
  3. while(i <= 7)
  4. {
  5.    j = 0;
  6.    while(j <= 7)
  7.    {
  8.       if(eval("_root.mcB.mcM" + i + j).nType == "")
  9.       {
  10.          this.isCheck = 1;
  11.       }
  12.       j++;
  13.    }
  14.    i++;
  15. }
  16. if(this.isCheck)
  17. {
  18.    trace(this.isCheck);
  19.    this.gotoAndPlay("flR");
  20. }
  21. else
  22. {
  23.    _root.funcMatchCheck();
  24. }
  25.